|
Image Generator SDK
4.26.0
The Image Generator SDK provides a library to generate QR codes and CrontoSign images
|
Inherits IImageGeneratorSDK.
Public Member Functions | |
| CrontoImageResponse | GenerateCrontoSign (int squareSize, string inputValue) |
| Generates a CRONTO image for the corresponding input values. A scrambling is applied on the input before generating the image. The output image is to be printed on paper. More... | |
| CrontoImageResponse | GenerateCrontoSign (int squareSize, string inputValue, bool onPaper) |
| Generates a CRONTO image for the corresponding input values. A scrambling is applied on the input before generating the image. More... | |
| CrontoImageResponse | GenerateDynamicCrontoImage (int squareSize, string inputValue, bool onPaper) |
| Generates a CRONTO image for the corresponding input values. The size of the image is dynamic and depends on the inputValue length. CAUTION: The CRONTO images generated with this method cannot be scanned by VASCO hardware authenticators (e.g. DP760, DP780). More... | |
| BWQRCodeResponse | GenerateBWQRCode (int imageSize, string inputValue, int errorCorrectionLevel) |
| Generates a black and white QR code image More... | |
Properties | |
| string | VERSION [get] |
Properties inherited from IImageGeneratorSDK | |
| string | VERSION [get] |
| Version of the Image Generator SDK More... | |
| BWQRCodeResponse GenerateBWQRCode | ( | int | imageSize, |
| string | inputValue, | ||
| int | errorCorrectionLevel | ||
| ) |
Generates a black and white QR code image
Implements IImageGeneratorSDK.
| CrontoImageResponse GenerateCrontoSign | ( | int | squareSize, |
| string | inputValue | ||
| ) |
Generates a CRONTO image for the corresponding input values. A scrambling is applied on the input before generating the image.
The output image is to be printed on paper.
Implements IImageGeneratorSDK.
| CrontoImageResponse GenerateCrontoSign | ( | int | squareSize, |
| string | inputValue, | ||
| bool | onPaper | ||
| ) |
Generates a CRONTO image for the corresponding input values. A scrambling is applied on the input before generating the image.
Implements IImageGeneratorSDK.
| CrontoImageResponse GenerateDynamicCrontoImage | ( | int | squareSize, |
| string | inputValue, | ||
| bool | onPaper | ||
| ) |
Generates a CRONTO image for the corresponding input values. The size of the image is dynamic and depends on the inputValue length.
CAUTION: The CRONTO images generated with this method cannot be scanned by VASCO hardware authenticators (e.g. DP760, DP780).
Implements IImageGeneratorSDK.
|
get |